PlaceholdersKeePass supports various placeholders. |
In many places in KeePass (auto-type, URL field, triggers, ...), placeholders can be used.
Field | Placeholder |
---|---|
Title | {TITLE} |
User Name | {USERNAME} |
URL | {URL} |
Password | {PASSWORD} |
Notes | {NOTES} |
Fields of other entries can be inserted using Field References.
Placeholder | Is Replaced By |
---|---|
{INTERNETEXPLORER} | Path of Internet Explorer, if installed. |
{FIREFOX} | Path of Mozilla Firefox, if installed. |
{OPERA} | Path of Opera, if installed. |
{GOOGLECHROME} | Path of Google Chrome, if installed. |
Placeholder | Is Replaced By |
---|---|
{APPDIR} | KeePass application directory path. |
System environment variables are supported.
The name of the variable must be enclosed in '%
' characters.
For example %TEMP%
is replaced by the user's temporary path.